CSS Rotation Axis

rotate an element not just around the center axis

transform: rotate(-25deg);
transform-origin: 0% 0%;

Credits